ilert · Example Payload

Get Maintenance Windows {Id}

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Get Maintenance Windows {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get the maintenance window with specified id.",
  "description": "",
  "method": "GET",
  "path": "/maintenance-windows/{id}",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": {
    "timezone": "Europe/Berlin",
    "start": "string",
    "end": "string",
    "summary": "string",
    "description": "string",
    "alertSources": [
      {
        "id": null,
        "teams": null,
        "name": null,
        "iconUrl": null,
        "lightIconUrl": null,
        "darkIconUrl": null
      }
    ]
  }
}